Click or drag to resize

ServiceGetOAuthTokenWithAuthorizationCode Method (String, String, String)

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public OAuthToken GetOAuthTokenWithAuthorizationCode(
	string authorizationCode,
	string authorizationCodeRedirectUri,
	string clientSecret
)

Parameters

authorizationCode
Type: SystemString
authorizationCodeRedirectUri
Type: SystemString
clientSecret
Type: SystemString

Return Value

Type: OAuthToken
See Also